codepedia.de
HTML
CSS
Javascript
  • Javascript
  • JS for Web
  • JQuery
  • Async JS
Backend
  • Basics
  • Node
  • Express
  • Connect DB to Node
GIT
Databases
  • Basics
  • SQL
  • No SQL
Vue
  • Vue
  • Vue Router
  • Vue-State-Management
  • Vite
  • Quasar
  • Nuxt
  • Vue Animation
  • VuePress (opens new window)
Misc.
  • Command Line
  • VS Code
  • Jetbrains IntelliJ
  • Markdown
  • Design
  • Performance
  • Clean Code
  • Fake API
  • SSH
About/Imprint
HTML
CSS
Javascript
  • Javascript
  • JS for Web
  • JQuery
  • Async JS
Backend
  • Basics
  • Node
  • Express
  • Connect DB to Node
GIT
Databases
  • Basics
  • SQL
  • No SQL
Vue
  • Vue
  • Vue Router
  • Vue-State-Management
  • Vite
  • Quasar
  • Nuxt
  • Vue Animation
  • VuePress (opens new window)
Misc.
  • Command Line
  • VS Code
  • Jetbrains IntelliJ
  • Markdown
  • Design
  • Performance
  • Clean Code
  • Fake API
  • SSH
About/Imprint
  • VUE

    • Adding Vue
    • VS Code Settings Vue
    • Vue Project-Structure
    • Vue Data-Binding
    • Vue Conditional Rendering
    • Vue List Rendering
    • Vue Events
    • Vue Dynamic Styling
    • Vue Advanced reactivity
    • Vue Template Refs
    • Vue Livecycle-Hooks
    • VUE Components
    • VUE Passing Data
    • VUE Slots
    • VUE Dynamic Components
    • VUE Forms
    • VUE Teleporting
    • VUE Axios
    • Vue Options-API
    • Vue Composition-API
    • Vue Script-Setup
    • Vue Composables - Hooks
    • Vue Mixins
    • VUE Styleguide
    • VUE Links
      • Frameworks that use Vue
      • Vue-Style-Guide
      • Install tailwind.css

# VUE Links

# Frameworks that use Vue

Nuxt.js -> uses serverside rendering (req. node-backend)

Gridsome (opens new window)

vuetensils - use own css (opens new window)

vuetify

element ui

tailwind ui

https://adamwathan.me/advanced-vue-component-design/ (opens new window)

electron-tutorial-building-modern-desktop-apps-with-vue (opens new window)

a-brief-review-of-vue-learning-resources-state-of-2018 (opens new window)

Qasar - create an app in 30 minutes (opens new window)

https://github.com/vuejs/awesome-vue (opens new window)

# Vue-Style-Guide

https://v3.vuejs.org/style-guide/ (opens new window)

eg. if a component is only used once, the name shpould be "The..." TheHeader

# Install tailwind.css

  • https://javascript.plainenglish.io/how-to-setup-tailwind-css-in-vue-3-405c889842d9 (opens new window)
  • https://stackoverflow.com/questions/69109763/postcss-8-error-when-installing-tailwind-css-in-vue-3-v3-2-10-without-vite-po (opens new window)

← VUE Styleguide